Strengthen wording on Garmin USB error messages.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 19 Jan 2006 17:40:28 +0000 (17:40 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 19 Jan 2006 17:40:28 +0000 (17:40 +0000)
gpsbabel/jeeps/gpsusbwin.c

index 0cd33b1086e415e1c7fb0993c3f08f39ef40d7b5..a503c9cf2bee09680392bfe3dcfdfe625400c82c 100644 (file)
@@ -88,7 +88,7 @@ gusb_open(const char *pname)
 
        if (hdevinfo == INVALID_HANDLE_VALUE) {
                GPS_Serial_Error("SetupDiGetClassDevs failed");
-               warning("Is the Garmin driver installed?");
+               warning("Is the Garmin USB driver installed?");
                return 0;
        }
 
@@ -97,7 +97,7 @@ gusb_open(const char *pname)
        if (!SetupDiEnumDeviceInterfaces(hdevinfo, NULL, (GUID *) &GARMIN_GUID, 
                        0, &devinterface)) {
                GPS_Serial_Error("SetupDiEnumDeviceInterfaces");
-               warning("Is the unit powered up and connected?");
+               warning("Is the Garmin USB unit powered up and connected?");
                return 0;
        }